projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ce0cb
)
colorplane: Whitespace
author
Timm Bäder
<mail@baedert.org>
Fri, 25 Sep 2020 19:11:37 +0000
(21:11 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000
(15:06 -0400)
gtk/gtkcolorplane.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorplane.c
b/gtk/gtkcolorplane.c
index b75d2761a6ca31424025677723b29060b8be95b5..0f596dc50d3c005cb983c5dc3d7ae5880f9ecfdd 100644
(file)
--- a/
gtk/gtkcolorplane.c
+++ b/
gtk/gtkcolorplane.c
@@
-175,9
+175,9
@@
create_texture (GtkColorPlane *plane)
bytes = g_bytes_new_take (data, height * stride);
plane->texture = gdk_memory_texture_new (width, height,
-
GDK_MEMORY_DEFAULT,
-
bytes,
-
stride);
+ GDK_MEMORY_DEFAULT,
+ bytes,
+ stride);
g_bytes_unref (bytes);
}